net/http.http2Transport.DialTLSContext (field)
3 uses
net/http (current package)
h2_bundle.go#L7496: DialTLSContext func(ctx context.Context, network, addr string, cfg *tls.Config) (net.Conn, error)
h2_bundle.go#L8206: if t.DialTLSContext != nil {
h2_bundle.go#L8207: return t.DialTLSContext(ctx, network, addr, tlsCfg)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)